home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / ManualRecordingPopup.xml283 < prev    next >
Text File  |  2007-06-24  |  2KB  |  34 lines

  1. <settings>
  2.     <!-- text style -->
  3.     <TextStyles>
  4.         <TextStyle name="ChannelName" color="White" size="12"/>
  5.         <TextStyle name="ShowTitle" color="Yellow" size="16"/>
  6.         <TextStyle name="ButtonText" color="White" size="11"/>
  7.     </TextStyles>
  8.  
  9.     <!-- placements -->
  10.     <Placements>
  11.         <Placement name="PopupBackground" loc="9,12" size="82,75"/>
  12.         <Placement name="FirstOption" loc="50.0,20" offset="7.0"/>
  13.         <Placement name="OkButton" loc="40,80"/>
  14.         <Placement name="CancelButton" loc="56,80"/>
  15.     </Placements>
  16.  
  17.     <!-- Composite Images -->
  18.     <CompositeImages>
  19.         <CompositeImage name="OptionNormal" size="77,7">            
  20.             <DrawText text="@optionName" loc="5,0" size="25,100" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
  21.             <DrawText text="@optionValue" loc="29,0" size="70,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  22.         </CompositeImage>
  23.  
  24.         <CompositeImage name="OptionSelected" size="77,7">
  25.             <DrawCommonImage name="GeneralSelection"/>
  26.             <DrawText text="@optionName" loc="5,0" size="25,100" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
  27.             <DrawText text="@optionValue" loc="29,0" size="70,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  28.         </CompositeImage>
  29.  
  30.         <CompositeImage name="PopupBackground" size="82,75">
  31.             <DrawRoundedRect loc="2,2" size="96,96" fillColor="PopupBackground" borderColor="PopupBorder" radius="@PopupCornerRadius" borderWidth="@PopupBorderWidth"/>
  32.         </CompositeImage>
  33.     </CompositeImages>
  34. </settings>